JMFrameGoAway
Passes a go-away event to the frame.
OSStatus JMFrameGoAway (JMFrameRef frame);
frame
- The frame to receive the go-away event.
- function result
- A result code; see "JManager Result Codes".
DISCUSSION
Calling theJMFrameGoAway
function disposes of the frame, although in some instances the Java program may want to display a dialog box message (asking if the user wants to save the file before closing, for example).SEE ALSO
"Mouse Events".